home *** CD-ROM | disk | FTP | other *** search
/ Just Sports / Quantum Axcess - Just Sports.iso / catch / order.bat < prev    next >
DOS Batch File  |  1992-12-25  |  1KB  |  29 lines

  1. @echo off
  2. @cls
  3. @echo      ════════════════════════════════════════════════════════════════════════
  4. @echo  
  5. @echo       To register Catch, If You Can!, please send in this order form with the
  6. @echo        appropriate amount in the form of a cheque or money order, payable to
  7. @echo                              "Colin Buckley", to:
  8. @echo  
  9. @echo                                Catch, If You Can
  10. @echo                                c/o Colin Buckley
  11. @echo                               151 Roxanne Cresent
  12. @echo                                 Scarborough, ON
  13. @echo                                 Canada  M1V 4G7
  14. @echo  
  15. @echo      Please make sure the check or money order is drawn on or payable through
  16. @echo         a Canadian bank.  If it can be cashed in the US there should be no
  17. @echo            problem.  However, you can always send a postal money order.
  18. @echo  
  19. @echo         You may fill in the form with a text editor first if you wish, and
  20. @echo                                then print it out.
  21. @echo  
  22. @echo                    Thank you for taking the time to register!
  23. @echo  
  24. @echo              Press any key to print order form.  Ctrl-C will abort.
  25. @echo  
  26. @echo      ════════════════════════════════════════════════════════════════════════
  27. @pause >nul
  28. @type order.frm >prn
  29.